home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / LET_IT_RIDE.SWF / scripts / DefineButton2_72 / BUTTONCONDACTION on(press).as
Text File  |  2002-05-07  |  230b  |  7 lines

  1. on(press){
  2.    set("../:OnMax","3");
  3.    set("../:Credits",eval("../:Credits") - eval("../:creditsPlayed") / "2");
  4.    set("../:creditsPlayed",eval("../:creditsPlayed") + eval("../:creditsPlayed") / "2");
  5.    gotoAndStop(11);
  6. }
  7.